home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55375 / 55375.xpi / chrome / chromeFiles / content / btOverlayHelp.xul < prev    next >
Extensible Markup Language  |  2009-11-15  |  629b  |  14 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE btClient SYSTEM "../locale/btClient.dtd">
  3. <overlay
  4.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.  
  6.   <menupopup id="menu_HelpPopup">
  7.     <menuseparator id="bt-helpmenu-separator" insertafter="aboutSeparator"/>
  8.     <menuitem label="&bt-helpmenu.label;" insertafter="aboutSeparator"
  9.               id="bt-help"
  10.               oncommand="BrandThunder.clients.&btClient;.utilities.openLink(BrandThunder.clients.&btClient;, event, 'http://getsatisfaction.com/brandthunder');"
  11.               onclick="checkForMiddleClick(this, event);"/>
  12.   </menupopup> 
  13. </overlay>
  14.